-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allowed compilation without defaullt features #204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the explanation in the README
on how to pass additional compilation features. I suggest to keep the same parameters as in the README
to invoke cmake. E.g.:
cmake ../zenoh-c -DZENOHC_CARGO_FLAGS="--no-default-features;--features=zenoh/transport_tcp,zenoh/transport_udp"
Done |
Co-authored-by: Luca Cominardi <[email protected]>
Now it's possible to build library with some protocols disabled
This update works together with PR eclipse-zenoh/zenoh#604, link to branch "feature_cleanup2" should be replaced to "master" before commit